T
Array elements can be of any type.
Platform Core .NET Assemblies API
Equals<T>(T[],T[],IEqualityComparer<T>) Method
See Also  Send Feedback
Terrasoft.Common Namespace > ArrayUtilities Class > Equals Method : Equals<T>(T[],T[],IEqualityComparer<T>) Method
source
The array compared.
target
The array to compare to.
comparer
User comparer that implements the System.Collections.IEqualityComparer interface.

Glossary Item Box

Determines whether the specified arrays are considered equal according to the comparison settings.

Syntax

 
C#
 
 

Parameters

source
The array compared.
target
The array to compare to.
comparer
User comparer that implements the System.Collections.IEqualityComparer interface.

Type Parameters

T
Array elements can be of any type.

Return Value

true, if specified objects are equal; otherwise — false.

Remarks

Overloaded method.

The class that implements the IEqualityComparer<T> interface is used for comparison.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.